home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'dbcolned.pas' rev: 3.00
-
- #ifndef dbcolnedHPP
- #define dbcolnedHPP
- #include <DsgnWnds.hpp>
- #include <Db.hpp>
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <ComCtrls.hpp>
- #include <Menus.hpp>
- #include <ColnEdit.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Dbcolned
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TDBGridColumnsEditor;
- class PASCALIMPLEMENTATION TDBGridColumnsEditor : public Colnedit::TCollectionEditor
- {
- typedef Colnedit::TCollectionEditor inherited;
-
- __published:
- Stdctrls::TButton* AddAllFields;
- Menus::TMenuItem* AddAllFields1;
- Menus::TMenuItem* Restoredefaults1;
- Stdctrls::TButton* RestoreDefaults;
- void __fastcall AddAllFieldsClick(System::TObject* Sender);
- void __fastcall RestoreDefaults1Click(System::TObject* Sender);
-
- protected:
- DYNAMIC void __fastcall Activated(void);
-
- public:
- virtual void __fastcall FormModified(void);
- Db::TDataSource* __fastcall GetDataSource(void);
- void __fastcall SetAddAllFieldsState(void);
- public:
- /* TDesignWindow.Create */ __fastcall virtual TDBGridColumnsEditor(Classes::TComponent* AOwner) : Colnedit::
- TCollectionEditor(AOwner) { }
- /* TDesignWindow.Destroy */ __fastcall virtual ~TDBGridColumnsEditor(void) { }
-
- public:
- /* TCustomForm.CreateNew */ __fastcall TDBGridColumnsEditor(Classes::TComponent* AOwner, int Dummy)
- : Colnedit::TCollectionEditor(AOwner, Dummy) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TDBGridColumnsEditor(HWND ParentWindow) : Colnedit::TCollectionEditor(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Dbcolned */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbcolned;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // dbcolned
-